-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert cluster client to a property #975
Conversation
🔍 Existing Issues For ReviewYour pull request is modifying functions with the following pre-existing issues: 📄 File: runhouse/resources/hardware/cluster.py
Did you find this useful? React with a 👍 or 👎 |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @carolineechen and the rest of your teammates on Graphite |
b81a83e
to
33a1c25
Compare
8b080a3
to
4fb3904
Compare
@@ -616,7 +620,7 @@ def connect_server_client(self, force_reconnect=False): | |||
# Connecting to localhost because it's tunneled into the server at the specified port. | |||
# As long as the tunnel was initialized, | |||
# self.client_port has been set to the correct port | |||
self.client = HTTPClient( | |||
self.http_client = HTTPClient( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be private?
4fb3904
to
3a36209
Compare
3a36209
to
5071c04
Compare
5071c04
to
f78f4e1
Compare
No description provided.